home *** CD-ROM | disk | FTP | other *** search
/ Best of www.BestZips.com (Collector's Edition) / Best of WWW.BESTZIPS.COM Collector's Edition (JCSM Shareware) (JCS Marketing).ISO / help_sys / hlpgn131.zip / hlpgen.hpj < prev    next >
Text File  |  1996-09-05  |  3KB  |  83 lines

  1. ;==============================================================
  2. ; Project File for HLPGEN.MAC
  3. ;
  4. ; Created by the HelpGen Help Generator, version 1.30
  5. ; Copyright ⌐ 1994 by Rimrock Software
  6. ; All rights reserved.
  7. ;==============================================================
  8. [OPTIONS]
  9. ; This section specifies various options that control how a help file
  10. ; is built. This is an optional section, but must be placed first if
  11. ; it is used. To enable one of the options, remove the semicolon from
  12. ; the beginning of the option and complete the option.
  13. ;
  14. ; BMROOT designates the directory used to store bitmap files, if they
  15. ; are not in the current directory. Syntax: BMROOT=D:\PATH
  16. ;BMROOT=
  17.  
  18. ; COMPRESS specifies what type of compression is used when building
  19. ; the help file.  Syntax: COMPRESS=xxx where xxx is 0 for no
  20. ; compression, Medium for 40% compression and High for 50%
  21. ; compression.
  22. COMPRESS=HIGH
  23.  
  24. ; COPYRIGHT adds a copyright message to the help file's About dialog
  25. ; box. It can be up to 35 characters in length. NOTE: for the copy-
  26. ; right symbol, use Alt-1-6-9.
  27. COPYRIGHT=⌐ 1994 Rimrock Software.
  28.  
  29. ; ERRORLOG will route all the help compiler's error messages to a
  30. ; file, instead of being displayed on the screen.
  31. ;  Syntax: ERRORLOG=D:\PATH\FILENAME.EXT
  32. ERRORLOG=ERRORLOG.TXT
  33.  
  34. ; ICON specifies the icon to be used when the help file is minimized.
  35. ; This will override the default question mark icon.
  36. ;  Syntax: ICON=D:\PATH\FILENAME.BMP
  37. ;ICON=
  38.  
  39. ; REPORT determines the type of error messages that are displayed
  40. ; during help file compilation.
  41. REPORT=ON
  42.  
  43. ; WARNING determines the level of error messages the help compiler
  44. ; displays during compilation. 1 is only the most severe, 2 is medium
  45. ; and 3 is all messages.
  46. WARNING=3
  47.  
  48. ; TITLE determines the text that appears on the help file title bar.
  49. TITLE=HelpGen Help
  50.  
  51. [FILES]
  52. ; This section specifies the topic files (RTF files) that are to be
  53. ; included in the help file.  Initally, there will be one file in this
  54. ; list.  Add new files as needed.
  55. HLPGEN.RTF
  56. HLPGENA.RTF
  57. HLPGENB.RTF
  58.  
  59. [BITMAPS]
  60. ; This section specifies bitmap files included in the help file. If
  61. ; your help file includes any bitmaps, they should be listed here,
  62. ; unless you've listed a path for them using BMROOT in the OPTIONS
  63. ; section.
  64.  
  65. [CONFIG]
  66. BrowseButtons();
  67.  
  68. [WINDOWS]
  69. ; This section controls the appearance of the main help window.  It is
  70. ; required if you want to customize the appearance of the help window.
  71. ;
  72. ; The following statement controls the size, color and position of the
  73. ; main help window.  Syntax is
  74. ;    main=caption,(horpos,verpos,width,height),state,bkgnd_color,
  75. ;             nonscrll_bkgnd,on_top
  76. ; bkgnd_color and nonscrll_bkgnd are RGB triplets in the form
  77. ; (Red,Green,Blue)
  78. ;
  79. ; If any fields are missing, the commas must still be there. The
  80. ; following line sets the non-scrolling background to a light green.
  81. main=,,0,,(0,128,64)
  82.  
  83.